chore: standardize repository config#381
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
More reviews will be available in 39 minutes and 9 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (17)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
⚡️ Deploying preview…
↩️ Previous: ✅ 🤖 Powered by surge-preview |
|||||||||
There was a problem hiding this comment.
Code Review
This pull request updates project configurations, documentation, and build scripts. Key changes include updating .dumirc.ts to conditionally set paths based on GH_PAGES, restructuring the README.md documentation, updating scripts and dependencies in package.json, and refining TypeScript configurations. Feedback on these changes highlights two issues in package.json: first, in the gh-pages script, cross-env GH_PAGES=1 is applied to npm run compile instead of npm run docs:build, which will prevent the environment variable from being available during the documentation build; second, the repository URL is missing a standard protocol prefix (e.g., git+ssh://), which may cause compatibility issues with package managers and automated tools.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #381 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 99 99
Branches 38 38
=========================================
Hits 99 99 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Deployment failed with the following error: Learn More: https://vercel.com/react-component?upgradeToPro=build-rate-limit |
|
Deployment failed with the following error: Learn More: https://vercel.com/afc163s-projects?upgradeToPro=build-rate-limit |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|

Summary
@rc-component/steps, including badges, install, usage, API, development, and release notes.now-build, align dumi output todocs-dist, and keep demos on the scoped package entry.Test Plan
npx prettier --write --ignore-unknown README.md package.json tsconfig.json .dumirc.ts .github/dependabot.yml .github/workflows/*.yml .github/FUNDING.yml docs/index.md vercel.jsonnpm run tscnpm test -- --runInBandnpm run buildnpx vercel build --yesnpm run lintRefs ant-design/ant-design#58514